type runtime.tmpBuf
17 uses
runtime (current package)
string.go#L21: type tmpBuf [tmpStringBufSize]byte
string.go#L28: func concatstrings(buf *tmpBuf, a []string) string {
string.go#L65: func concatstring2(buf *tmpBuf, a0, a1 string) string {
string.go#L69: func concatstring3(buf *tmpBuf, a0, a1, a2 string) string {
string.go#L73: func concatstring4(buf *tmpBuf, a0, a1, a2, a3 string) string {
string.go#L77: func concatstring5(buf *tmpBuf, a0, a1, a2, a3, a4 string) string {
string.go#L84: func concatbytes(buf *tmpBuf, a []string) []byte {
string.go#L100: *buf = tmpBuf{}
string.go#L117: func concatbyte2(buf *tmpBuf, a0, a1 string) []byte {
string.go#L121: func concatbyte3(buf *tmpBuf, a0, a1, a2 string) []byte {
string.go#L125: func concatbyte4(buf *tmpBuf, a0, a1, a2, a3 string) []byte {
string.go#L129: func concatbyte5(buf *tmpBuf, a0, a1, a2, a3, a4 string) []byte {
string.go#L139: func slicebytetostring(buf *tmpBuf, ptr *byte, n int) string {
string.go#L184: func rawstringtmp(buf *tmpBuf, l int) (s string, b []byte) {
string.go#L224: func stringtoslicebyte(buf *tmpBuf, s string) []byte {
string.go#L227: *buf = tmpBuf{}
string.go#L260: func slicerunetostring(buf *tmpBuf, a []rune) string {
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |